feat: pressing tab
in yazi jumps to dir of next open split
#232
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cd-to-other-buffer-directory.mov
If you have files open in split windows in Neovim, and have started yazi, you can now press the
tab
key to make yazi jump to the directory of the next open buffer. This is useful when you have multiple files open in different directories and want to quickly jump between them.Right now this has the following limitation: it can only jump to the directory of the next open buffer, but not necessarily focus the buffer in yazi. This is because yazi doesn't have a built-in way to jump to a specific file, only a directory. This is something that might be improved in the future.